Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit d80f866418b538e02cdba847a3dce2e4ed11f8f1


Parents : c56df7e
Author : Mark Qvist <mark@unsigned.io>
Date : 2025-04-13T18:46:20+02:00

Cleanup

Changes

2 files changed, 6 insertions(+), 1 deletions(-)

M Makefile +4 -1

Diff

diff --git a/Bluetooth.h b/Bluetooth.h
index e5165e1..616c4b6 100644
--- a/Bluetooth.h
+++ b/Bluetooth.h
@@ -605,6 +605,8 @@ char bt_devname[11];
kiss_indicate_btpin();
}
+ void bt_debond_all() { }
+
void update_bt() {
if (bt_allow_pairing && millis()-bt_pairing_started >= BT_PAIRING_TIMEOUT) {
bt_disable_pairing();

diff --git a/Makefile b/Makefile
index c17bf38..ceec2eb 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,10 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Version 2.0.17 of the Arduino ESP core is based on ESP-IDF v4.4.7
-ARDUINO_ESP_CORE_VER = 2.0.17
+# ARDUINO_ESP_CORE_VER = 2.0.17
+
+# Version 3.2.0 of the Arduino ESP core is based on ESP-IDF v5.4.1
+ARDUINO_ESP_CORE_VER = 3.2.0
all: release


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────